home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00262_Script_262
< prev
next >
Wrap
Text File
|
1995-10-10
|
561b
|
22 lines
on mouseUp
global Clips,fullscreenG
put "inside 262"
put "fullscreenG",fullscreenG
put "just before change screenSize"
repeat with x = 9 to 18
puppetSprite x,TRUE
set the visible of sprite x to FALSE
puppetSprite x,FALSE
end repeat
puppetSprite 20,TRUE
set the visible of sprite 20 to FALSE
puppetSprite 20,FALSE
puppetSprite 46,TRUE
set the visible of sprite 46 to FALSE
puppetSprite 46,FALSE
ChangeScreenSize Clips, "0,0", 1
put "the frame",the frame
put "just after change screen size"
end